Name | Description | |
---|---|---|
![]() | Point<T> Constructor | Initialized a new instance of Point struct. |
The following tables list the members exposed by Point<T>.
Name | Description | |
---|---|---|
![]() | Point<T> Constructor | Initialized a new instance of Point struct. |
Name | Description | |
---|---|---|
![]() ![]() | Origin | The instance of Point struct with default for current Type values set for the coordinates. |
Name | Description | |
---|---|---|
![]() | X | Gets or sets the x-coordinate of this Point. |
![]() | Y | Gets or sets the y-coordinate of this Point. |